POV-Ray : Newsgroups : povray.general : yet another sig... : Re: yet another sig... Server Time
5 Aug 2024 22:16:00 EDT (-0400)
  Re: yet another sig...  
From: Warp
Date: 20 Jul 2002 12:44:25
Message: <3d399369@news.povray.org>
Tom Melly <tom### [at] tomandlucouk> wrote:
> light_source{0rgb 1translate-9}#macro A(V,B,C,R)#while(B-256)#if(V-128/B>=0
> )#local V=V-128/B;box{0,1pigment{rgb 1}translate<C-4,R,9>}#end#local B=B*2;
> #local C=C+1;#end#end A(234,1,0,1)A(85,1,0,0)A(81,1,0,-1)//TomMelly

  What a waste of space.

light_source{-9rgb 1}#macro A(V,B,C,R)#if(B-256)#if(V-128/B>=0)
#local V=V-128/B;box{0,1pigment{rgb 1}translate<C-4R,9>}#end A(
V,B*2C+1R)#end#end A(234,1,0,1)A(85,1,0,0)A(81,1,0,-1)//TomMelly


-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.